home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / ewarv30.zip / DOOR.CFG < prev    next >
Text File  |  1996-04-03  |  15KB  |  335 lines

  1. ; DOOR.CFG - Sample OpenDoors door configuration file
  2. ;
  3. ; This configuration file can be used by the sysop to customize an OpenDoors
  4. ; door for use on their own system. The information in this file is NOT usually
  5. ; needed, and the file can be left as is, or even erased, without effecting the
  6. ; door's performance. OpenDoors is designed to run on almost any BBS system
  7. ; automatically, without requiring anything but to the door's .EXE file.
  8. ; However, there are many cases where the sysop may wish to customize a door's
  9. ; operation using this configuration file. The configuration file system is
  10. ; provided to allow the customization of options such as paging hours, maximum
  11. ; time permitted within the door, etc., and to allow OpenDoors doors to be run
  12. ; under even the most non-typical BBS setups.
  13. ;
  14. ; Any text following a semi-colon (;), and blank lines, are ignored.
  15. ;
  16. ;------------------------------------------------------------------------------
  17. ;
  18. ;  BBS system directory. Indicates where the door information file (drop file)
  19. ;  can be found. Remove the semi-colon (;) to activate this option.
  20. ;
  21. ;BBSDir    C:\BBS
  22. ;
  23. ;------------------------------------------------------------------------------
  24. ;
  25. ;  The door's working directory. This is where the door's system files are
  26. ;  located. Remove the semi-colon (;) to activate this option.
  27. ;
  28. ;DoorDir    C:\BBS\MYDOOR
  29. ;
  30. ;------------------------------------------------------------------------------
  31. ;
  32. ;  Local mode override. Forces door to always operate in local test mode.
  33. ;  Remove the semi-colon (;) to activate this option. When this mode is
  34. ;  activated, no door information file is required and default settings are
  35. ;  used for the user's name, location, etc.
  36. ;
  37. ;LocalMode
  38. ;
  39. ;----------------------------------------------------------------------------
  40. ;
  41. ; Don't mess with this.
  42. ;
  43. ;
  44. Personality    Standard
  45. ;
  46. ;------------------------------------------------------------------------------
  47. ;
  48. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  49. ;  door should record log information. To disable the log file altogether,
  50. ;  remove the semi-colon (;) from the "DisableLogging" line.
  51. ;
  52. ;LogFileName    DOOR.LOG
  53. ;DisableLogging
  54. ;
  55. ;------------------------------------------------------------------------------
  56. ;
  57. ;  BBS node number that door is running on. Only used if OpenDoors is unable
  58. ;  to determine the node number by some other means.
  59. ;
  60. Node    1
  61. ;
  62. ;------------------------------------------------------------------------------
  63. ;
  64. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  65. ;  time, up until, but not including, the end time. Times should be in 24-hour
  66. ;  format. To disable paging on a particular day, set the paging start and end
  67. ;  times to the same time. To make paging always available, set the start time
  68. ;  to 0:00 and the end time to 23:59.
  69. ;
  70. ;                      Start Time    End Time
  71. SundayPagingHours         9:00        22:00
  72. MondayPagingHours         8:30        22:00
  73. TuesdayPagingHours        8:30        22:00
  74. WednesdayPagingHours      8:30        22:00
  75. ThursdayPagingHours       8:30        22:00
  76. FridayPagingHours         8:30        22:00
  77. SaturdayPagingHours       9:00        22:00
  78. ;
  79. ;------------------------------------------------------------------------------
  80. ;
  81. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  82. ;  sysop page alarm, with one beep sounded per second.
  83. ;
  84. PageDuration    10
  85. ;
  86. ;------------------------------------------------------------------------------
  87. ;
  88. ;  Maximum length of time a user is permitted to access the door. If the user's
  89. ;  total remaining time on the BBS is less than this value, the user will only
  90. ;  be permitted to access the door for this shorter length of time. This option
  91. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  92. ;  When this option is disabled, the user will be permitted to use the full
  93. ;  of their remaining time on the BBS within the door.
  94. ;
  95. ;MaximumDoorTime    15
  96. ;
  97. ;------------------------------------------------------------------------------
  98. ;
  99. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  100. ;  without the user pressing any key, before the user will be automatically
  101. ;  disconnected. A value of 0 disables inactivity timeouts.
  102. ;
  103. InactivityTimeout    200
  104. ;
  105. ;------------------------------------------------------------------------------
  106. ;
  107. ;  Name of the sysop. OpenDoors can usually determine the sysop's name from the
  108. ;  information passed to the door by the BBS. However, some BBS software does
  109. ;  not supply this information to doors. In such cases, if the sysop's name is
  110. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  111. ;  activate this option.
  112. ;
  113. ;SysopName    The Sysop
  114. ;
  115. ;------------------------------------------------------------------------------
  116. ;
  117. ;  Name of the BBS. OpenDoors can usually determine the name of the BBS from
  118. ;  the information passed to the door by the BBS. However, some BBS software
  119. ;  does not supply this information to door programs. In such cases, if the
  120. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  121. ;  semi-colon (;) to activate this option.
  122. ;
  123. ;SystemName    Unnamed BBS
  124. ;
  125. ;------------------------------------------------------------------------------
  126. ;
  127. ;  Door colour options. These options specify the various text colours that
  128. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  129. ;  Colours are specified in the format:
  130. ;
  131. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  132. ;
  133. ;  Where foreground and background colours are one of:
  134. ;
  135. ;         Black
  136. ;         Blue
  137. ;         Green
  138. ;         Cyan
  139. ;         Red
  140. ;         Magenta
  141. ;         Yellow / Brown
  142. ;         White / Grey
  143. ;
  144. ;  Note that some of these options (such as those that pertain to files
  145. ;  listings) are not used for all doors.
  146. ;
  147. ChatUserColour               Bright white on black
  148. ChatSysopColour              Bright red on black
  149. FileListTitleColour          Bright yellow on black
  150. FileListNameColour           Bright yellow on black
  151. FileListSizeColour           Bright magenta on black
  152. FileListDescriptionColour    Cyan on black
  153. FileListOfflineColour        Bright red on black
  154. PagePromptColour             Bright white on black
  155. PopupMenuTitleColour         Bright white on grey
  156. PopupMenuBorderColour        Black on grey
  157. PopupMenuTextColour          Black on grey
  158. PopupMenuKeyColour           Red on grey
  159. PopupMenuHighlightColour     Grey on black
  160. PopupMenuHighKeyColour       Red on black
  161. ;
  162. ;------------------------------------------------------------------------------
  163. ;
  164. ;  Memory swapping options. These options are generally not needed, but can be
  165. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  166. ;  to specify which directory or directories should be used for swapping.
  167. ;  Multiple directory paths can be seperated using a semi-colon.
  168. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  169. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  170. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  171. ;
  172. ;SwappingDir    C:\
  173. ;SwappingNoEMS
  174. ;SwappingDisable
  175. ;
  176. ;------------------------------------------------------------------------------
  177. ;
  178. ;  Serial port options. These options are generally not needed, as these
  179. ;  settings can usually be determined from the BBS door information file.
  180. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  181. ;  with the modem. "SerialPort" specifies the port port number that the modem
  182. ;  is connected to. Unless you have reassigned the port numbers through your
  183. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  184. ;  so on. Remove the semi-colon (;) to activate either of these options.
  185. ;
  186. ;LockedBPS    38400
  187. ;SerialPort    0
  188. ;
  189. ;
  190. ;  Under DOS, a FOSSIL driver is normally used for serial I/O if one is
  191. ;  available.